Class: collections/EgoQueryCollection

collections/EgoQueryCollection

new collections/EgoQueryCollection()

EgoQuery的集合。在前端每个会话仅需维护一个实例。
Source:

Extends

  • Backbone.Collection

Methods

create(data) → {EgoQueryModel}

创建新的EgoQuery查询。
Parameters:
Name Type Description
data object Query参数。详见EgoQueryModel中的描述。
Source:
Returns:
Type
EgoQueryModel